home *** CD-ROM | disk | FTP | other *** search
- Path: mochnet.demon.co.uk!user
- From: newsmaster@mochnet.demon.co.uk
- Newsgroups: comp.lang.modula2
- Subject: RTOS Schedulers IN M2
- Date: Fri, 12 Apr 1996 23:26:46 +0100
- Message-ID: <newsmaster-1204962326460001@mochnet.demon.co.uk>
- NNTP-Posting-Host: mochnet.demon.co.uk
- X-NNTP-Posting-Host: mochnet.demon.co.uk
-
- I am in the process of authoring a simple Real Time Scheduler using the
- TRANSFER, NEWPROCESS and COROUTINE features built into M2. I use
- FST 3.1 and 3.5 on a PC and to get the Real Time feed I am making use of
- the supplied Ticks module. Using one generic queue for Delay and Ready was
- OK, however I have progressed to a Delay and Ready Queue and would like to
- have any feedback on the best way to pop off the Delayed tasks back to the
- RQ using only Modula2 and not dropping in and out of INTEL Assembler. ie
- are their any RTOS M2 gurus who have mastered the CoRoutines and Ticks ?
-